Skip to content

feat: Support custom AWS region for accounts#581

Merged
bec-callow-oct merged 2 commits intomainfrom
fnm/add-aws-account-region
Feb 19, 2026
Merged

feat: Support custom AWS region for accounts#581
bec-callow-oct merged 2 commits intomainfrom
fnm/add-aws-account-region

Conversation

@bec-callow-oct
Copy link
Copy Markdown
Contributor

@bec-callow-oct bec-callow-oct commented Feb 18, 2026

[SC-135978]

Adds support for an optional AWS account region. This relates to the changes in https://github.com/OctopusDeploy/OctopusDeploy/pull/40487 and requires the go client changes in OctopusDeploy/go-octopusdeploy#401

Testing

Create account with region

.\octopus.exe account aws create --region "ap-southeast-2" --access-key "<key>" --secret-key "<key>" --name "CLI AWS Account" --space "Spaces-1"

image

Create account without region

.\octopus.exe account aws create --access-key "<key>" --secret-key "<key>" --name "CLI AWS Account" --space "Spaces-1"

image

List accounts

.\octopus.exe account aws list
image

@bec-callow-oct bec-callow-oct marked this pull request as ready for review February 19, 2026 02:28
@bec-callow-oct bec-callow-oct requested a review from a team February 19, 2026 02:28
@bec-callow-oct bec-callow-oct merged commit a22dd0f into main Feb 19, 2026
4 checks passed
@bec-callow-oct bec-callow-oct deleted the fnm/add-aws-account-region branch February 19, 2026 09:05
benPearce1 pushed a commit that referenced this pull request Apr 8, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.21.0](v2.20.1...v2.21.0)
(2026-04-08)


### Features

* Add --runbook-tag flag to run multiple runbooks by tag
([#576](#576))
([7eb348a](7eb348a))
* Add support for target tag sets with --tag flag
([#579](#579))
([f2871d1](f2871d1))
* added api command to support a GET request against any octopus api
endpoint ([#586](#586))
([8938780](8938780))
* service message flag support
([#574](#574))
([e1ccf99](e1ccf99))
* Support custom AWS region for accounts
([#581](#581))
([a22dd0f](a22dd0f))


### Bug Fixes

* extended automation command to include Space
([#587](#587))
([9c835d1](9c835d1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants